@charset "UTF-8";

.db {
  align-items: center;
}

.home-logo-mode {
  height: 105px;
  /* align-content: center; */
  display: flex;
  align-items: center;
}

.home-logo-mode .logo h2 {
  font-family: "Microsoft YaHei";
  color: #b70000;
  font-size: 36px !important;
  font-weight: 800;
}

.home-logo-mode .phone {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}

.home-logo-mode .phone h3 {
  font-size: 24px;
  font-family: Arial;
  color: #da251c;
}

.home-logo-mode .search {
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-logo-mode .search ::v-deep .el-input-group__append button.el-button {
  background-color: #da251c;
  border-radius: 0;
  font-size: 16px;
  color: #fff;
  padding: 11px 12px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.home-logo-mode .search ::v-deep .el-input__inner {
  height: 38px;
  line-height: 38px;
}

.home-logo-mode .search input {
  border: 1px #ddd solid;
  height: 34px;
  line-height: 35px;
}

.home-logo-mode .search a {
  font-size: 16px;
  color: #fff;
  height: 34px;
  line-height: 34px;
  padding: 0 10px;
  background-color: #da251c;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.home-logo-mode .view-mode {
  display: flex;
  align-content: center;
  justify-content: center;
  gap: 10px;
}

.home-logo-mode .view-mode a {
  width: 120px;
  height: 38px;
  font-size: 16px;
  line-height: 38px;
  text-align: center;
  background-color: #da251c;
  color: #fff;
  font-weight: 400;
}

.nav {
  border-top: 1px #ddd solid;
  height: 50px;
}

.nav .menu {
  display: flex;
  justify-content: center;
}

.nav .menu>li {
  width: calc(100% / 10);
  line-height: 50px;
  font-size: 18px;
  text-align: center;
  font-family: Microsoft YaHei;
  position: relative;
  color: #333;
}

.nav .menu>li:hover {
  background: #da251c;
}

.nav .menu>li:hover a {
  color: #fff;
}

.nav .menu>li.active {
  background: #da251c;
}

.nav .menu>li.active a {
  color: #fff;
}

.submenu {
  left: 0;
  max-height: 0;
  /* position: absolute; */
  top: 56px;
  width: 100%;
  z-index: 1;
  -ms-perspective: 400px;
  -o-perspective: 400px;
  perspective: 400px;
  background: #da251c !important;
  /* border-top: 1px solid #ffffff4d; */
}

.nav .submenu {
  position: absolute;
}

.submenu li {
  opacity: 0;
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
  height: 40px !important;
  line-height: 40px !important;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.5s;
  -moz-transition: opacity 0.4s, -moz-transform 0.5s;
  -ms-transition: opacity 0.4s, -ms-transform 0.5s;
  -o-transition: opacity 0.4s, -o-transform 0.5s;
  transition: opacity 0.4s, transform 0.5s;
  /* border-bottom: 1px solid #ffffff4d; */
}

.menu .submenu li:hover {
  background: #f6d2d0 !important;
}

.menu .submenu li:hover a {
  color: #da251c !important;
}

.menu .submenu li a {
  font-size: 13px;
  font-weight: 400;
  /* line-height: 40px; */
  color: #fff !important;
  /* border-top: 1px solid #ffffff4d; */
  display: block;
  /* margin-top: -1px; */
}



.menu .submenu li:hover a {
  color: #ffffff;
}

.menu>li:hover .submenu,
.menu>li:focus .submenu {
  max-height: 2000px;
  z-index: 10;
  top: 50px;
}

.menu>li:hover>.submenu>li,
.menu>li:focus>.submenu>li {
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  border-top: 1px solid #ffffff57;
}

/* 快速通道 */
.kstd {
  /* height: 180px; */
  margin: 20px auto;
  clear: both;
}

.kstd .hd {
  width: 150px;
  height: 180px;
}

.kstd .bd {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  width: 1600px;
  /* height: 180px; */
  background-color: #ffffff;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
}

.kstd .bd .kstd_list {
  width: calc(100% / 10);
  text-align: center;
  padding: 40px 0;
}

.kstd .bd .kstd_list a {
  display: inline-block;
}

.kstd .bd .kstd_list a p {
  font-family: Microsoft YaHei;
  font-size: 18px;
  margin-top: 5px;
  color: #333333;

}

/* 资讯中心 热力视频 */
.hot-video {
  margin: 20px auto 90px;
  /* 资讯中心 */
  /* 热力视频 */
}

.hot-video .news-hot {
  width: calc(100% - 540px);
}

.hot-video .news-hot .bd {
  display: flex;
  justify-content: space-between;
  /* 新闻切换 */
}

.hot-video .news-hot .bd .pic-txt {
  width: 450px;
}

.hot-video .news-hot .bd .pic-txt .pic {
  height: 338px;
}

.hot-video .news-hot .bd .pic-txt .txt h3 {
  font-size: 20px;
  line-height: 36px;
}

.hot-video .news-hot .bd .pic-txt .txt p {
  font-size: 14px;
}

.hot-video .news-hot .bd .news-switch {
  width: calc(100% - 480px);
}

.hot-video .news-hot .bd .news-switch .title {
  height: 48px;
}

.hot-video .news-hot .bd .news-switch .title ul {
  display: flex;
  border: 1px #eee solid;
}

.hot-video .news-hot .bd .news-switch .title ul li {
  width: calc(100% / 3);
  height: 48px;
  text-align: center;
  line-height: 48px;
  font-size: 18px;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
  border-right: 1px #eee solid;
  font-family: Microsoft YaHei;
}

.hot-video .news-hot .bd .news-switch .title ul li:last-child {
  border: 0;
}

.hot-video .news-hot .bd .news-switch .title ul .tab {
  background-color: #cc2921;
  font-weight: 800;
  color: #fff;
}

.hot-video .news-hot .bd .news-switch .title ul .tab a {
  color: #fff;
}

.hot-video .news-hot .bd .news-switch .con {
  margin-top: 10px;
}

.hot-video .news-hot .bd .news-switch .con ul li {
  font-size: 16px;
  font-size: clamp(1rem, 1em, 16px);
  line-height: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hot-video .news-hot .bd .news-switch .con ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #ddd;
}

.hot-video .news-hot .bd .news-switch .con ul li a {
  padding-left: 10px;
  margin-right: auto;
  width: calc(100% - 130px);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  -webkit-line-clamp: 1;
  height: 45px;
  font-family: Microsoft YaHei;
}

.hot-video .news-hot .bd .news-switch .con ul li span {
  font-size: 14px;
  color: #999;
  text-align: right;
}

.hot-video .news-hot .bd .news-switch .con ul li:hover a {
  color: #f37670;
}

.hot-video .hot-movie {
  width: 500px;
}

.hot-video .hot-movie .movie {
  width: 500px;
  height: 372px;
  overflow: hidden;

}

.hot-video .hot-movie .movie video {
  object-fit: cover;
}

.hot-video .hot-movie p {
  font-family: Microsoft YaHei;
  font-size: 18px;
  text-align: center;
  /*强制文本在一行内显示*/
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 46px;
  line-height: 46px;
}

.hot-video .hot-movie p a {
  color: #333;
}

.hot-video .hd {
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px auto;
}

.hot-video .hd i {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  background-color: #ee5c45;
}

.hot-video .hd h3 {
  margin-right: auto;
  font-size: 28px;
  font-weight: 800;
  color: #444;
  padding-left: 10px;
}

/* 公司介绍  信息公开 */
.about-information {
  min-height: 750px;
  background-image: url("../myImg/bg1.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 40px;
  /* 公司介绍 */
  /* 信息公开 */
}

.about-information .about_news {
  width: 720px;
  width: 46%;
  overflow: hidden;
}

.about-information .about_news .bd {
  height: 526px;
  background-color: rgba(255, 255, 255, 0.9);
  overflow: hidden;
}

.about-information .about_news .bd .pic {
  height: 405px;
  overflow: hidden;
  background-color: #fff;
}

.about-information .about_news .bd .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.about-information .about_news .bd .txt {
  height: 121px;
  background-color: #fff;
  overflow: hidden;
}

.about-information .about_news .bd .txt p {
  font-size: 15px;
  line-height: 30px;
  font-size: 15px;
  color: #333333;
  /* width: 721px; */
  height: 104px;
  box-sizing: border-box;
  padding: 16px 14px;
  overflow: hidden;
  font-family: Microsoft YaHei;
  text-overflow: ellipsis;
  /* 将对象作为弹性伸缩盒子模型显示 */
  display: -webkit-box;
  /* 限制在一个块元素显示的文本的行数 */
  /* -webkit-line-clamp 其实是一个不规范属性，使用了WebKit的CSS扩展属性，该方法适用于WebKit浏览器及移动端；*/
  -webkit-line-clamp: 3;
  /* 设置或检索伸缩盒对象的子元素的排列方式 */
  -webkit-box-orient: vertical;
  text-indent: 2rem;
}

.about-information .about_news .bd .txt p a {
  color: #333;
}

.about-information .information {
  width: calc(100% - 800px);
  width: 50%;
}

.about-information .information .bd {
  display: flex;
  height: 526px;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
}

.about-information .information .bd .information-list {
  padding: 20px;
  flex: 1;
  background-color: rgba(255, 255, 255, 0.9);
}

.about-information .information .bd .information-list h3 {
  font-family: Microsoft YaHei;
  font-size: 18px;
  font-weight: 800;
  line-height: 30px;
  /*强制文本在一行内显示*/
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.about-information .information .bd .information-list p {
  font-family: Microsoft YaHei;
  font-size: 14px;
  line-height: 22px;
  margin-top: 5px;
}

.about-information .information .bd .information-list p a {
  color: #999999;
  height: 41px;
  overflow: hidden;
  text-overflow: ellipsis;
  /* 将对象作为弹性伸缩盒子模型显示 */
  display: -webkit-box;
  /* 限制在一个块元素显示的文本的行数 */
  /* -webkit-line-clamp 其实是一个不规范属性，使用了WebKit的CSS扩展属性，该方法适用于WebKit浏览器及移动端；*/
  -webkit-line-clamp: 2;
  /* 设置或检索伸缩盒对象的子元素的排列方式 */
  -webkit-box-orient: vertical;
}

.about-information .about_news .bd .txt p a:hover {
  color: #da251c;
}

.about-information .hd {
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px auto;
}

.about-information .hd i {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  background-color: #ee5c45;
}

.about-information .hd h3 {
  margin-right: auto;
  font-size: 28px;
  font-weight: 800;
  color: #444;
  padding-left: 10px;
  font-family: Microsoft YaHei;
}

/* 工会工作全部 */
.trade-union {
  background-color: #fff;
}

.trade-union .hd {
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px auto;
}

.trade-union .hd i {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  background-color: #ee5c45;
}

.trade-union .hd h3 {
  margin-right: auto;
  font-size: 28px;
  font-weight: 800;
  color: #444;
  padding-left: 10px;
}

.trade-union-news {
  width: 32.4%;
}

.trade-union .bd {
  width: 100%;
  /* height: 285px; */
  background-color: #ffffff;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
}

.trade-union .bd ul {
  display: flex;
  flex-direction: column;
  padding: 10px 20px;
}

.trade-union .bd ul li {
  line-height: 45px;
  font-family: Microsoft YaHei;
  font-size: 15px;
  display: flex;
  justify-content: space-between;
}

.trade-union .bd ul li a {
  width: 74%;
  /*强制文本在一行内显示*/
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.trade-union .bd ul li span {
  font-family: Microsoft YaHei;
  font-size: 12px;
}

/* 公司风采 */
.company-style {
  margin: 70px auto 0;
}

.company-style .hd {
  height: 60px;
}

.company-style .hd h2 {
  font-size: 36px;
  font-weight: 800;
  color: #444;
  text-align: center;
}

.company-style .hd p {
  font-size: 14px;
  font-weight: 400;
  color: #999;
  text-align: center;
}

.company-style .bd {
  height: 240px;
}

.company-style .bd .concise-carousel {
  display: none;
}

.company-style .bd ul {
  display: flex;
  gap: 20px;
  margin: 40px auto;
}

.company-style .bd ul li {
  width: 320px;
  height: 240px;
  overflow: hidden;
}

.company-style .bd ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* 友情链接 */
.link {
  margin: 70px auto 85px;
}

.link .hd {
  height: 60px;
}

.link .hd h2 {
  font-size: 36px;
  font-weight: 800;
  color: #444;
  text-align: center;
}

.link .hd p {
  font-size: 14px;
  font-weight: 400;
  color: #999;
  text-align: center;
}

.link .bd {
  height: 140px;
}

.link .bd .concise-carousel {
  display: none;
}

.link .bd ul {
  width: 1600px;
  margin: 0 auto;
  display: flex;
  gap: 20px;
  margin: 40px auto;
}

.link .bd ul li {
  width: 310px;
  height: 140px;
  overflow: hidden;
  border: 1px solid #ccc;
}

.link .bd ul li img {
  width: 100%;
  height: 100%;
  /* aspect-ratio: 31 / 14; */
  /* object-fit: cover;
  object-position: center; */
}

.link .bd .not-concise-carousel {
  display: none;
}

.more {
  margin-right: 10px;
}

/*当页面大于 1600px 时，大屏幕，主要是 PC 端*/
@media (min-width: 1600px) {
  .mobileNav {
    display: none;
  }

  .nav {
    display: block;
  }

  .link .bd .concise-carousel {
    display: block;
  }

  .link .bd .phone-carousel {
    display: none;
  }

  /* 新闻栏目图 */
  /* .news_banner_right {
    width: initial !important;
    left: initial !important;
    right: 0 !important;
  } */
}

/*在 992 和 1199 像素之间的屏幕里，中等屏幕，分辨率低的 PC*/
@media (min-width: 1200px) and (max-width: 1599px) {
  .home-logo-mode {
    padding: 0 10px;
    box-sizing: border-box;
  }

  .w1199,
  .public-width,
  .link .bd ul {
    width: 100% !important;
  }

  .top-pip {
    width: 48% !important;
  }

  .mobileNav {
    display: none;
  }

  .nav {
    display: block;
  }

  .kstd .bd .kstd_list a p {
    width: 72px;
    /*强制文本在一行内显示*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .link .bd ul li {
    height: auto
  }

  .link .bd .concise-carousel {
    width: 100% !important;
    display: block;
  }

  .link .bd .phone-carousel {
    display: none;
  }

  .content-box .right1 {
    padding: 0 10px;
    box-sizing: border-box;
  }

  .content-box .news .next-news {
    padding: 0 10px;
    margin-top: 20px !important;
  }

  .news_banner_right {
    width: 100% !important;
    ;
  }
}

/*在 992 和 1199 像素之间的屏幕里，中等屏幕，分辨率低的 PC*/
@media (min-width: 992px) and (max-width: 1199px) {
  .home-logo-mode {
    padding: 0 10px;
    box-sizing: border-box;
  }

  .w1199,
  .public-width,
  .link .bd ul {
    width: 100% !important;
  }

  .top-pip {
    width: 30% !important;
  }

  .mobileNav {
    display: none;
  }

  .nav {
    display: block;
  }

  .kstd .bd .kstd_list {
    width: calc(100% / 5);
  }

  .kstd .bd .kstd_list a p {
    width: 72px;
    /*强制文本在一行内显示*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .hot-video .db {
    flex-direction: column;
  }

  .hot-video .news-hot,
  .hot-video .hot-movie,
  .hot-video .hot-movie .movie {
    width: 100%;
  }

  .link .bd ul li {
    height: auto
  }

  .link .bd .concise-carousel {
    width: 100% !important;
    display: block;
  }



  /* xiugai  */
  .kstd .bd .kstd_list {
    width: calc(100% / 5);
    padding: 8px 0;
  }



  .kstd .bd .kstd_list a p {
    font-size: 14px;
  }


  .hot-video .hd {
    margin: 0 auto;

  }

  .hot-video .news-hot .bd .news-switch .con {
    padding: 0 10px;
    box-sizing: border-box;
  }

  .hot-video .news-hot .bd .pic-txt {
    margin-top: 0;
  }



  .hot-video .hot-movie .movie {
    height: 328px;
  }

  .about-information {
    padding-top: 0;
    min-height: 612px;
  }

  .about-information .hd {
    margin: 0 auto;
  }


  .trade-union .hd {
    margin: 0 auto;
  }

  .company-style {
    margin-top: 20px;
  }

  .company-style .bd,
  .swiper-container {
    height: 240px !important;
    overflow: hidden;
  }

  .concise-carousel {
    width: 100% !important;
  }

  .concise-carousel .box {
    margin-top: 20px !important;
    margin-bottom: 0 !important;
  }

  .link,
  .link .bd ul {
    margin: 20px auto;
  }

  .link .bd .concise-carousel {
    padding: 0 6px;
  }

  .link .bd .concise-carousel {
    display: block;
  }

  .link .bd .phone-carousel {

    display: none;
  }

  .link .swiper-container {
    height: 150px !important;
  }

  .content-box .right1 {
    padding: 0 10px;
    box-sizing: border-box;
  }

  /* 新闻栏目图 */
  .news_banner {
    height: 260px !important;
  }

  .banner-content h1 {
    font-size: 60px !important;
  }

  /* .news_banner_right {
    width: initial !important;
    left: initial !important;
    right: 0 !important;
  } */

  .content-box .news .next-news {
    padding: 0 10px;
    margin-top: 20px !important;
  }

  .news_banner_right {
    width: 100% !important;
    ;
  }
}

/*在 768 和 991 像素之间的屏幕里，小屏幕，主要是 PAD*/
@media (min-width: 768px) and (max-width: 991px) {
  .news_banner_right {
    width: 100% !important;
    ;
  }

  .home-logo-mode {
    padding: 0 10px;
    box-sizing: border-box;
  }

  .w1199,
  .public-width,
  .kstd .bd,
  .hot-video .hot-movie .movie,
  .link .bd ul {
    width: 100% !important;
  }

  .top-pip {
    width: 56% !important;
  }

  /* .top_login .login_left{
    visibility: hidden;
  } */
  .login_right>p {
    display: none
  }

  /* .top-pip, */
  /* .top_login {
    display: none !important;
  } */

  .mobileNav,
  .home-logo-mode .phone {
    display: none;
  }

  .nav {
    display: block;
  }

  .kstd .hd {
    display: none;
  }

  .kstd .bd .kstd_list {
    width: calc(100% / 5);
  }

  .kstd .bd .kstd_list a p {
    width: 72px;
    /*强制文本在一行内显示*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .hot-video .db,
  .about-information .db,
  .trade-union .db {
    flex-direction: column;
  }

  .hot-video .news-hot,
  .hot-video .hot-movie,
  .about-information .about_news,
  .about-information .information,
  .trade-union-news,
  .trade-union .bd {
    width: 100%;
  }

  .about-information {
    margin-bottom: 20px;
  }

  .hot-video {
    margin-bottom: 0
  }

  .company-style .bd .not-concise-carousel {
    display: none;
  }

  .company-style .bd .concise-carousel {
    display: block;
  }

  .company-style .bd .concise-carousel img {
    width: 100%;
  }

  .company-style .bd {
    height: auto;
  }

  .link .bd .not-concise-carousel {
    display: none;
  }

  .link .bd .concise-carousel {
    display: block;
    width: 100% !important;
  }

  .link .bd ul {
    width: 100% !important;
    flex-wrap: wrap;
  }

  .link .bd ul li {
    width: 48%;
  }

  .link .bd,
  .link .bd ul li {
    height: auto
  }

  /* xiugai  */
  .kstd .bd .kstd_list {
    width: calc(100% / 5);
    padding: 8px 0;
  }



  .kstd .bd .kstd_list a p {
    font-size: 14px;
  }


  .hot-video .hd {
    margin: 0 auto;

  }

  .hot-video .news-hot .bd .news-switch .con {
    padding: 0 10px;
    box-sizing: border-box;
  }

  .hot-video .news-hot .bd .pic-txt {
    margin-top: 0;
  }



  .hot-video .hot-movie .movie {
    height: 328px;
  }

  .about-information {
    padding-top: 0;
    min-height: 612px;
  }

  .about-information .hd {
    margin: 0 auto;
  }


  .trade-union .hd {
    margin: 0 auto;
  }

  .company-style {
    margin-top: 20px;
  }

  .company-style .bd,
  .swiper-container {
    height: 240px !important;
    overflow: hidden;
  }

  .concise-carousel {
    width: 100% !important;
  }

  .concise-carousel .box {
    margin-top: 20px !important;
    margin-bottom: 0 !important;
  }

  .link,
  .link .bd ul {
    margin: 20px auto;
  }

  .link .bd .concise-carousel {
    padding: 0 6px;
  }

  .link .bd .concise-carousel {
    display: none;
  }

  .link .bd .phone-carousel {
    display: block;
  }

  .link .swiper-container {
    height: 150px !important;
  }


  .my-list .content-card {
    height: 100px !important;
    /* width: 100px !important; */
  }

  .my-list .date-card {
    height: 100px !important;
    width: 100px !important;
  }

  .my-list {
    padding: 10px 0 10px 10px !important;
  }

  .my-list .content-card::after {
    bottom: 0 !important;
  }

  .content-box .right1 {
    padding: 0 10px;
    box-sizing: border-box;
  }

  /* 新闻栏目图 */
  .news_banner {
    height: 240px !important;
  }

  .banner-content h1 {
    font-size: 50px !important;
  }

  /* .news_banner_right {
    width: initial !important;
    left: initial !important;
    right: 0 !important;
  } */

  .more {
    margin-right: 10px !important;
  }

  .content-box {
    margin-top: 20px !important;

  }

  .content-box .title h1 {
    max-height: 100% !important;

  }

  .title-tip {
    margin-top: 15px !important;
    padding-bottom: 10px !important;

  }

  .content-box .news .next-news {
    padding: 0 10px;
    margin-top: 20px !important;
  }

  .news .con {
    margin-right: 0 !important;
    box-sizing: border-box;
    padding: 0 10px;
  }

  .my-list .content-card {
    height: 100px !important;
    /* width: 100px !important; */
  }

  .my-list .date-card {
    height: 100px !important;
    width: 100px !important;
  }

  .my-list {
    padding: 10px !important;
  }

  .my-list .content-card::after {
    bottom: 0 !important;
    width: 93% !important;
  }
}

/*在 480 和 767 像素之间的屏幕里，超小屏幕，主要是手机*/
@media (min-width: 480px) and (max-width: 767px) {
  .news_banner_right {
    width: 100% !important;
    ;
  }

  .home-logo-mode {
    padding: 0 10px;
    box-sizing: border-box;
  }

  .w1199,
  .public-width,
  .hot-video .hot-movie .movie,
  .link .bd ul {
    width: 100% !important;
  }

  .top-pip {
    width: 95% !important;
  }

  .top_login .login_left {
    display: none
  }

  .login_right>p {
    display: none
  }

  .login_right>div {
    display: none !important;
  }

  /* .top-pip, */
  /* .top_login, */
  .home-logo-mode .search,
  .phone {
    display: none !important;
  }

  .home-logo-mode .logo h2 {
    font-size: 26px !important;
  }

  .mobileNav {
    display: block;
  }

  .nav,
  .kstd .hd,
  .home-logo-mode .phone {
    display: none;
  }

  .kstd .bd {
    width: 100%;
    flex-wrap: wrap;
  }

  .kstd .bd .kstd_list {
    width: calc(100% / 5);
  }

  .kstd .bd .kstd_list a p {
    width: 72px;
    /*强制文本在一行内显示*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .hot-video .db,
  .hot-video .news-hot .bd,
  .about-information .db,
  .trade-union .db {
    flex-direction: column;
  }

  .hot-video .news-hot,
  .hot-video .hot-movie,
  .hot-video .news-hot .bd .pic-txt,
  .hot-video .news-hot .bd .news-switch,
  .about-information .about_news,
  .about-information .information,
  .trade-union-news,
  .trade-union .bd {
    width: 100%;
  }

  .hot-video .news-hot .bd .pic-txt,
  .hot-video .news-hot .bd .news-switch {
    margin-top: 20px;
  }

  .about-information {
    margin-bottom: 20px;
  }

  .hot-video {
    margin-bottom: 0
  }

  .company-style .bd .not-concise-carousel {
    display: none;
  }

  .company-style .bd .concise-carousel {
    display: block;
  }

  .company-style .bd .concise-carousel img {
    width: 100%;
  }

  .company-style .bd {
    height: auto;
  }

  .link .bd .not-concise-carousel {
    display: none;
  }

  .link .bd .concise-carousel {
    display: block;
    width: 100% !important;
  }

  .link .bd ul {
    width: 100% !important;
    flex-wrap: wrap;
  }

  .link .bd ul li {
    width: 48%;
  }

  .link .bd,
  .link .bd ul li {
    height: auto
  }

  /* xiugai  */
  .kstd .bd .kstd_list {
    width: calc(100% / 5);
    padding: 8px 0;
  }

  .kstd .bd .kstd_list a img {
    width: 68%;
  }

  .kstd .bd .kstd_list a p {
    font-size: 14px;
  }

  .el-carousel--vertical,
  .hot-video .news-hot .bd .pic-txt .pic {
    height: 420px !important;
  }

  .hot-video .hd {
    margin: 0 auto;

  }

  .hot-video .news-hot .bd .news-switch .con {
    padding: 0 10px;
    box-sizing: border-box;
  }

  .hot-video .news-hot .bd .pic-txt {
    margin-top: 0;
  }

  .hot-video .news-hot .bd .news-switch {
    margin-top: 10px;
  }

  .hot-video .hot-movie .movie {
    height: 328px;
  }

  .about-information {
    padding-top: 0;
  }

  .about-information .hd {
    margin: 0 auto;
  }

  .about-information .about_news .bd {
    height: 336px;
  }

  .about-information .about_news .bd .pic {
    height: 328px;
  }

  .trade-union .hd {
    margin: 0 auto;
  }

  .company-style {
    margin-top: 20px;
  }

  .company-style .bd,
  .swiper-container {
    height: 240px !important;
    overflow: hidden;
  }

  .concise-carousel {
    width: 100% !important;
  }

  .concise-carousel .box {
    margin-top: 20px !important;
    margin-bottom: 0 !important;
  }

  .link,
  .link .bd ul {
    margin: 20px auto;
  }

  .link .bd .concise-carousel {
    padding: 0 6px;
  }

  .el-carousel__container {
    height: 300px !important;
  }

  .link .bd .concise-carousel {
    display: none;
  }

  .link .bd .phone-carousel {
    display: block;
  }

  .link .bd .not-concise-carousel {
    display: none;
  }

  .link .swiper-container {
    height: 150px !important;
  }

  footer .db {
    flex-direction: column;
  }

  footer .footer-left {
    text-align: center;
    width: 100%;
  }

  .content-box .right1 {
    padding: 0 10px;
    box-sizing: border-box;
  }

  /* 新闻栏目图 */
  .news_banner {
    height: 220px !important;
  }

  .banner-content h1 {
    font-size: 40px !important;
  }

  /* .news_banner_right {
    width: initial !important;
    left: initial !important;
    right: 0 !important;
  } */

  .news .title h1 {
    text-align: center;
  }

  .more {
    margin-right: 10px !important;
  }

  .content-box {
    margin-top: 20px !important;

  }

  .content-box .title h1 {
    max-height: 100% !important;
    font-size: 24px !important;
  }

  .title-tip {
    margin-top: 15px !important;
    padding-bottom: 10px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .content-box .news .next-news {
    padding: 0 10px;
    margin-top: 20px !important;
  }

  /* .pagination-card.suitableAge {
    visibility: visible !important;
    margin-top: 50px;
  }

  .pagination-card {
    visibility: hidden !important;
    height: 0;
    margin-top: 0;
  } */


  .news .con {
    margin-right: 0 !important;
    box-sizing: border-box;
    padding: 0 10px;
  }

  .my-list .content-card {
    height: 100px !important;
    /* width: 100px !important; */
  }

  .my-list .date-card {
    height: 100px !important;
    width: 100px !important;
  }

  .my-list {
    padding: 10px !important;
  }

  .my-list .content-card::after {
    bottom: 0 !important;
    width: 93% !important;
  }
}

/*在小于 480 像素的屏幕，微小屏幕，更低分辨率的手机*/
@media (max-width: 479px) {
  .news_banner_right {
    width: 100% !important;
    ;
  }

  .home-logo-mode {
    padding: 0 10px;
    box-sizing: border-box;
  }

  .w1199,
  .public-width,
  .hot-video .hot-movie .movie,
  .link .bd ul {
    width: 100% !important;
  }

  .top-pip {
    width: 95% !important;
  }

  .top_login .login_left {
    display: none
  }

  .login_right>p {
    display: none
  }

  .login_right>div {
    display: none !important;
  }

  /* .top-pip, */
  /* .top_login, */
  .home-logo-mode .search,
  .phone {
    display: none !important;
  }

  .home-logo-mode .logo h2 {
    font-size: 26px !important;
  }

  .mobileNav {
    display: block;
  }

  .nav,
  .kstd .hd,
  .home-logo-mode .phone {
    display: none;
  }

  .kstd .bd {
    width: 100%;
    flex-wrap: wrap;
  }




  .kstd .bd .kstd_list a p {
    width: 72px;
    /*强制文本在一行内显示*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .hot-video .db,
  .hot-video .news-hot .bd,
  .about-information .db,
  .trade-union .db,
  footer .db {
    flex-direction: column;
  }

  .hot-video .news-hot,
  .hot-video .hot-movie,
  .hot-video .news-hot .bd .pic-txt,
  .hot-video .news-hot .bd .news-switch,
  .about-information .about_news,
  .about-information .information,
  .trade-union-news,
  .trade-union .bd {
    width: 100%;
  }

  .hot-video .news-hot .bd .pic-txt,
  .hot-video .news-hot .bd .news-switch {
    margin-top: 20px;
  }

  .about-information {
    margin-bottom: 20px;
  }

  .hot-video {
    margin-bottom: 0
  }

  .trade-union .bd ul li a {
    width: 75%;
  }

  .company-style .bd .not-concise-carousel {
    display: none;
  }

  .company-style .bd .concise-carousel {
    display: block;
  }

  .company-style .bd .concise-carousel img {
    width: 100%;
  }

  .company-style .bd {
    height: auto;
  }

  .link .bd .not-concise-carousel {
    display: none;
  }

  .link .bd .concise-carousel {
    display: block;
    width: 100% !important;
  }

  .link .bd ul {
    width: 100% !important;
    flex-wrap: wrap;
  }

  .link .bd ul li {
    width: 46%;
  }

  .link .bd,
  .link .bd ul li {
    height: auto
  }

  /* xiugai  */
  .kstd .bd .kstd_list {
    width: calc(100% / 5);
    padding: 8px 0;
  }

  .kstd .bd .kstd_list a img {
    width: 68%;
  }

  .kstd .bd .kstd_list a p {
    font-size: 14px;
  }

  .el-carousel--vertical,
  .hot-video .news-hot .bd .pic-txt .pic {
    height: 145px !important;
  }

  .hot-video .hd {
    margin: 0 auto;

  }

  .hot-video .news-hot .bd .news-switch .con {
    padding: 0 10px;
    box-sizing: border-box;
  }

  .hot-video .news-hot .bd .pic-txt {
    margin-top: 0;
  }

  .hot-video .news-hot .bd .news-switch {
    margin-top: 10px;
  }

  .hot-video .hot-movie .movie {
    height: 218px;
  }

  .about-information {
    padding-top: 0;
  }

  .about-information .hd {
    margin: 0 auto;
  }

  .about-information .about_news .bd {
    height: 336px;
  }

  .about-information .about_news .bd .pic {
    height: 218px;
  }

  .trade-union .hd {
    margin: 0 auto;
  }

  .company-style {
    margin-top: 20px;
  }

  .company-style .bd,
  .swiper-container {
    height: 218px !important;
    overflow: hidden;
  }

  .concise-carousel {
    width: 100% !important;
  }

  .concise-carousel .box {
    margin-top: 20px !important;
    margin-bottom: 0 !important;
  }

  .link,
  .link .bd ul {
    margin: 20px auto;
  }

  .link .bd .concise-carousel {
    padding: 0 6px;
  }

  .el-carousel__container {
    height: 200px !important;
  }

  .link .bd .concise-carousel {
    display: none;
  }

  .link .bd .phone-carousel {
    display: block;
  }

  .link .box .swiper-slide {
    width: auto !important;
    border: 1px solid #ddd !important;
  }

  .link .swiper-container {
    height: 100px !important;
  }

  footer .footer-left {
    text-align: center;
    width: 100%;
    padding: 0 10px;
  }

  .content-box .right1 {
    padding: 0 10px;
    box-sizing: border-box;
  }

  /* 新闻栏目图 */
  .news_banner {
    height: 200px !important;
  }

  .banner-content h1 {
    font-size: 32px !important;
  }

  .news_banner_right {
    width: initial !important;
    left: initial !important;
    /* right: 0 !important; */
    transform: translateX(20px) !important;
  }

  .news .title :is(h1, .title-tip) {
    text-align: center;
  }

  .more {
    margin-right: 10px !important;
  }

  .content-box {
    margin-top: 20px !important;

  }

  .content-box .title h1 {
    max-height: 100% !important;
    font-size: 24px !important;
  }

  .title-tip {
    margin-top: 15px !important;
    padding-bottom: 10px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .content-box .news .next-news {
    padding: 0 10px;
    margin-top: 20px !important;
  }

  /* .pagination-card.suitableAge {
    visibility: visible !important;
    margin-top: 50px;
  }

  .pagination-card {
    visibility: hidden !important;
    height: 0;
    margin-top: 0;
  }

  .pagination-card .el-pagination .btn-next,
  .pagination-card .el-pagination .btn-prev {
    width: auto !important;
    height: 48px !important;
    border-radius: 3px !important;
    margin: 0 10px;
    padding: 0 10px;
    font-size: 0.875em !important;
  } */

  /* .el-pagination button,
  .el-pagination span:not([class*=suffix]) {
    font-size: 0.875em !important;
  } */
  .news .con {
    margin-right: 0 !important;
    box-sizing: border-box;
    padding: 0 10px;
  }

  .my-list .content-card {
    height: 80px !important;
    /* width: 80px !important; */
  }

  .my-list .date-card {
    height: 80px !important;
    width: 80px !important;
  }

  .my-list {
    padding: 10px !important;
  }

  .my-list .content-card::after {
    bottom:-10px !important;
    width: 93% !important;
  }

}
